<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url("top.css");
@import url("footer.css");
@import url("index.css");
/* CSS Document */
body,ul,li,ol,dl,dd,dt,tr,td,div,span,a,img,p,h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
body{
	font-family:Arial,"微软雅黑","Microsoft YaHei";
	color:#333;
	font-size:14px;
	background-color:#fff;

}
input,select{
	font-family:Arial,"微软雅黑","Microsoft YaHei"
}
ul,li{
	list-style:none;
}
a{
	text-decoration:none;
	blr:expression(this.onFocus=this.blur());
	outline:none;
	cursor:pointer
}
img{
	border:0;
	max-width:100%;
}
</pre></body></html>